ESP32 使用ST7789T3驱动的1.69显示屏(二)
includeTFT_eSPI tft = TFT_eSPI; void setup { Serial.begin; // 初始化TFT tft.init; tft.setRotation(3); // 尝试不同的旋转值:0,1,2,3 tft.fillScr
includeTFT_eSPI tft = TFT_eSPI; void setup { Serial.begin; // 初始化TFT tft.init; tft.setRotation(3); // 尝试不同的旋转值:0,1,2,3 tft.fillScr
#includeTFT_eSPI tft = TFT_eSPI; // 使用推荐的引脚 // const int TFT_CS = 5; // 从34改为5 // const int TFT_DC = 2; // 从35改为2 // const int TFT